home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCGUIA 117
/
PC Guia 117.iso
/
Software
/
Utils
/
Software6
/
Product2
/
adblock-0.5.2.039-fx.xpi
/
chrome
/
adblock.jar
/
content
/
warnregexpdialog.js
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-12-27
|
174 b
|
6 lines
function returnResult(cancelled) {
var checkbox = document.getElementById("warn");
var warn = checkbox.checked;
window.arguments[0](cancelled, warn);
return true;
}